悟空视频

    在线播放云盘网盘BT下载影视图书

    Expert Python Programming - Second Edition - 图书

    导演:Micha Jaworski
    Tarek Ziadé,是巴黎Ingeniweb公司的CTO,其工作方向为Python、Zope、Plone技术和质量保证。他参与Zope社区已经有5年了,并且曾经为Zope自身贡献过代码。 Tarek创建了Afpy,这是法国的Python用户组,并且编写了两本法语的Python书籍。他还在诸如Solutions Linux、Pycon、OSCON和EuroPython等法国及国际会议上发表了许多演讲,并且主持了许多课程。
    Expert Python Programming - Second Edition
    图书

    Expert Python Programming - Second Edition - 图书

    导演:Micha Jaworski
    Tarek Ziadé,是巴黎Ingeniweb公司的CTO,其工作方向为Python、Zope、Plone技术和质量保证。他参与Zope社区已经有5年了,并且曾经为Zope自身贡献过代码。 Tarek创建了Afpy,这是法国的Python用户组,并且编写了两本法语的Python书籍。他还在诸如Solutions Linux、Pycon、OSCON和EuroPython等法国及国际会议上发表了许多演讲,并且主持了许多课程。
    Expert Python Programming - Second Edition
    图书

    Expert Python Programming - 图书

    2019计算机·数据库
    导演:Michał Jaworski Tarek Ziadé
    Python is a dynamic programming language that's used in a wide range of domains thanks to its simple yet powerful nature. Although writing Python code is easy, making it readable, reusable, and easy to maintain is challenging. Complete with best practices, useful tools, and standards implemented by professional Python developers, the third edition of Expert Python Programming will help you overcome this challenge.The book will start by taking you through the new features in Python 3.7. You'll then learn the advanced components of Python syntax, in addition to understanding how to apply concepts of various programming paradigms, including object-oriented programming, functional programming, and event-driven programming. This book will also guide you through learning the best naming practices, writing your own distributable Python packages, and getting up to speed with automated ways of deploying your software on remote servers. You’ll discover how to create useful Python extensions with C, C++, Cython, and CFFI. Furthermore, studying about code management tools, writing clear documentation, and exploring test-driven development will help you write clean code.By the end of the book, you will have become an expert in writing efficient and maintainable Python code.
    Expert Python Programming
    搜索《Expert Python Programming》
    图书

    Expert Python Programming - 图书

    2019计算机·数据库
    导演:Michał Jaworski Tarek Ziadé
    Python is a dynamic programming language that's used in a wide range of domains thanks to its simple yet powerful nature. Although writing Python code is easy, making it readable, reusable, and easy to maintain is challenging. Complete with best practices, useful tools, and standards implemented by professional Python developers, the third edition of Expert Python Programming will help you overcome this challenge.The book will start by taking you through the new features in Python 3.7. You'll then learn the advanced components of Python syntax, in addition to understanding how to apply concepts of various programming paradigms, including object-oriented programming, functional programming, and event-driven programming. This book will also guide you through learning the best naming practices, writing your own distributable Python packages, and getting up to speed with automated ways of deploying your software on remote servers. You’ll discover how to create useful Python extensions with C, C++, Cython, and CFFI. Furthermore, studying about code management tools, writing clear documentation, and exploring test-driven development will help you write clean code.By the end of the book, you will have become an expert in writing efficient and maintainable Python code.
    Expert Python Programming
    搜索《Expert Python Programming》
    图书

    Nonlinear Programming: Second Edition - 图书

    导演:Dimitri P. Bertsekas
    This extensive rigorous texbook, developed through instruction at MIT, focuses on nonlinear and other types of optimization: iterative algorithms for constrained and unconstrained optimization, Lagrange multipliers and duality, large scale problems, and the interface between continuous and discrete optimization. Among its special features, the book: 1) provides extensive covera...(展开全部)
    Nonlinear Programming: Second Edition
    搜索《Nonlinear Programming: Second Edition》
    图书

    Programming Erlang, Second Edition - 图书

    2013
    导演:Joe Armstrong
    Using Erlang, you’ll be surprised at how easy it becomes to deal with parallel problems, and how much faster and more efficiently your programs run. That’s because Erlang uses sets of parallel processes—not a single sequential process, as found in most programming languages. Joe Armstrong, creator of Erlang, introduces this powerful language in small steps, giving you a complet...(展开全部)
    Programming Erlang, Second Edition
    搜索《Programming Erlang, Second Edition》
    图书

    Programming Erlang, Second Edition - 图书

    2013
    导演:Joe Armstrong
    Using Erlang, you’ll be surprised at how easy it becomes to deal with parallel problems, and how much faster and more efficiently your programs run. That’s because Erlang uses sets of parallel processes—not a single sequential process, as found in most programming languages. Joe Armstrong, creator of Erlang, introduces this powerful language in small steps, giving you a complet...(展开全部)
    Programming Erlang, Second Edition
    搜索《Programming Erlang, Second Edition》
    图书

    The AWK Programming Language, Second Edition: Second Edition - 图书

    导演:Alfred V. Aho
    Awk was created in 1977 as a simple programming language for writing short programs that manipulate text and numbers with equal ease. It was meant as a scripting language to complement and work well with Unix tools, following the Unix philosophy of having each program do one thing well and be composable with other programs. The computing world today is enormously different from...(展开全部)
    The AWK Programming Language, Second Edition: Second Edition
    搜索《The AWK Programming Language, Second Edition: Second Edition》
    图书

    Functional Programming in Scala, Second Edition: Second Edition - 图书

    导演:Michael Pilquist
    Discover the power that functional programming brings to your Scala code. This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3. The first edition of Functional Programming in Scala has helped over 30,000 developers discover the power of functional programming. This second edition is fully updated to Scala 3 and the latest ...(展开全部)
    Functional Programming in Scala, Second Edition: Second Edition
    搜索《Functional Programming in Scala, Second Edition: Second Edition》
    图书

    学习Python: Learning Python, Second Edition - 图书

    2005
    导演:Mark Lutz
    Python是流行、开源、面向对象的编程语言,既可以用于编写单机运行的程序也可以编写脚本程序,具有可移植、强大、易用等特点。跟随专业教师学习是最快捷的掌握此语言的方式。新版的《学习Python》把你带到Mark Lutz和David Ascher面前,他们是著名的Python专家和培训师,他们的用语亲切、组织良好的文章已经指导了许多编程者精通这种语言。 《学习Python(第二版)》给程序员提供了一个学习Python和面向对象编程的综合学习工具。它根据1999年该书第一版发布以来Python语言的大量变化做了更新。本书介绍了最近发布的Python 2.3的基本要素并涵盖了新的特性,如列表内涵,嵌套作用域和迭代器/产生器。 除了语言特性,《学习Python(第二版)》还为初级程序员提供了新的内容,包括新的面向对象编程和动态类型回顾,新的关于编程起步...(展开全部)
    学习Python: Learning Python, Second Edition
    搜索《学习Python: Learning Python, Second Edition》
    图书
    加载中...